php forum
php mysql forum
php mysql smarty
 
Topic Options
#247302 - 05/21/03 02:37 PM Beta-[6.3] Threaded Re:Username 1.0
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Mod Name / Version: Threaded Re:Username 1.0 <br /><br />Description: This adds the "Re: Username" link back to Threaded view so you know who the post is in reply to. <br /><br />Working Under: UBB.Threads 6.3 <br /><br />Mod Status: Beta <br /><br />Any pre-requisites: 6.3 <br /><br />Author(s): JoshPet <br /><br />Date: 05/21/03 <br /><br />Credits: commissioned by steptogether.org <br /><br />Files Altered: showthreaded.php, showthreaded.tmpl <br /><br />New Files: none <br /><br />Database Altered: none <br /><br />Info/Instructions: Make changes to the 2 files. <img src="/forum/images/graemlins/smile.gif" alt="" /> <br /><br />Disclaimer: Please backup every file that you intend to modify. <br />If the modification modifies the database, it's a good idea to backup your database before doing so. <br /><br />Note: If you modify your UBB.Threads code, you may be giving up your right for "official" support from Infopop.If you need official support, you'll need to restore unmodified files. <br /><br />


Attachments
81410-ThreadedReUsername1.0.txt (53 downloads)

_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#247303 - 05/21/03 04:34 PM Beta-[6.3] Threaded Re:Username 1.0 [Re: Daine]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
Nice one Josh <img src="/forum/images/graemlins/smile.gif" alt="" /> Did this miss the 6.3 release? <img src="/forum/images/graemlins/blush.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#247304 - 05/21/03 04:38 PM Beta-[6.3] Threaded Re:Username 1.0 [Re: SurfMinister]
DLWebmaestro Offline
Addict

Registered: 08/08/00
Posts: 1802
Loc: North Carolina
LOL. I was scratching my head when I read this one, but I figured I shouldn't question the Great One. <img src="/forum/images/graemlins/wink.gif" alt="" />

Top
#247305 - 05/21/03 04:43 PM Beta-[6.3] Threaded Re:Username 1.0 [Re: eslmix]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yeah it was never added back in for Threaded view. <shrug> Got me. <img src="/forum/images/graemlins/tongue.gif" alt="" /> <br /><br />I'll suggest to Rick. Maybe it could be done better with a JOIN of some sort, rather than a query. <img src="/forum/images/graemlins/tongue.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#247306 - 05/21/03 04:50 PM Beta-[6.3] Threaded Re:Username 1.0 [Re: Daine]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
Loc: Texas
he dopn't like joins <img src="/forum/images/graemlins/tongue.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#247307 - 05/21/03 04:50 PM Beta-[6.3] Threaded Re:Username 1.0 [Re: SurfMinister]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
he he<br />Neither do I. But it's only 1 query. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#247308 - 06/12/03 05:00 PM Beta-[6.3] Threaded Re:Username 1.0 [Re: Daine]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Getting <br /><br />Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 40 bytes) in /path/to/threads/showthreaded.php on line 85<br /><br /> <img src="/forum/images/graemlins/confused.gif" alt="" /> as line 85 is no where neer the code added<br /><br />Line 85 is <br /><br /> $parentkeys = array_keys($tree[$currentkey]);<br /><br />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#247309 - 06/12/03 05:05 PM Beta-[6.3] Threaded Re:Username 1.0 [Re: Gorlum]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Hmmmmmm....<br /><br />I hate to say it - I'm stumped - I have no idea what that error means or why it would run out of memory. Is the thread really long or something?
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#247310 - 06/12/03 05:10 PM Beta-[6.3] Threaded Re:Username 1.0 [Re: Daine]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
<img src="/forum/images/graemlins/doah.gif" alt="" /> Good point tried it on the latgest thread of over 5,500 replies - no wonder it timed out <img src="/forum/images/graemlins/doah.gif" alt="" /><br /><br />Sorry.<br /><br />Perhaps that is the reason why it wasn't included in 6.3 <img src="/forum/images/graemlins/tongue.gif" alt="" />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#247311 - 06/12/03 05:15 PM Beta-[6.3] Threaded Re:Username 1.0 [Re: Gorlum]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Yeah, it hasn't been included in showthreaded since 5.4 or 5.5. Although it really only needs to grab the usernumber from the DB and look up the user name. <br /><br />That may have been showflat timing out normally - as it's got to display the username and subject for all 5500 posts on the page. <img src="/forum/images/graemlins/tongue.gif" alt="" /> You didn't happen to check that thread with showthreaded before the mod?<br /><br />I've seen showthreaded time out on large threads - likewise expanded postlist view. <img src="/forum/images/graemlins/crazy.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#247312 - 06/12/03 05:18 PM Beta-[6.3] Threaded Re:Username 1.0 [Re: Daine]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Just tried it on 6.2 with the same thread, and it bombs out - so it's not connected with the mod - sorry to accuse it of being faulty <img src="/forum/images/graemlins/blush.gif" alt="" /><br /><br />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#247313 - 06/12/03 05:38 PM Beta-[6.3] Threaded Re:Username 1.0 [Re: Gorlum]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
No problemo. <img src="/forum/images/graemlins/grin.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top



Moderator:  Ian_W 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks